/*
Theme Name: NL Softworks
Theme URI: https://nlsoftworks.com/
Author: Edward Novak
Author URI:  https://nlsoftworks.com/
Description: Custom theme created by the NL Softworks team for NL Softworks clients. This theme uses custom blocks to create sections on the site along with custom pages for any complex features.
Tags:
Version: 1.1
Text Domain: nlsoftworks
*/

@font-face {
    font-family: 'GreatVibes';
    src: url('fonts/Great_Vibes/GreatVibes-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent/paralucent-extra-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent/paralucent-light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent/paralucent-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent/paralucent-demi-bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent/paralucent-text-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent/paralucent-bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

:root {
    --primary-font: 'GreatVibes', Arial, sans-serif;
    --secondary-font: 'Paralucent', Arial, sans-serif;

    --default-color: #ffffff;
    --primary-color: #D65780;
    --secondary-color: #0E76BC;
    --neutral-color: #E8F1F8;

    --text-color: #000000;

    --global-space: 50px; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--primary-font);
}
body {
    margin: 0;
    font-family: var(--secondary-font);
    background-color: var(--default-color);
}
p {
    font-size: 18px;
}
img {
    margin-bottom: -5px;
    width: 100%;
    height: auto;
}
video {
    width: 100%;
    height: auto;
}

/***********************
******** Header ********
************************/

/* General Styles */
.header {
    position: relative;
    width: 100%;
    background-color: #fff;
    color: #fff;
}
.top-banner {

    background-color: #0E76BC;
}
.top-banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    width: 90%;
}
.top-banner p {
    color: #FFF;
    font-family: Paralucent;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
ul.top-menu-contacts {
    list-style: none;
    display: inline-flex;
}
.top-menu-contacts li {
    color: #fff;
    padding-left: 70px;
    margin-bottom: 0px;
    display: flex;
}
.linkedin::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(img/linkedin-icon.svg);
    background-repeat: no-repeat;
    margin-left: 0px;
}
.call::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(img/call-icon.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
}
.mail::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(img/mail-icon.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
}
ul.top-menu-contacts a {
    text-decoration: none;
    color: #fff;
    line-height: 1;
    margin: auto;
    color: #FFF;
    font-family: Paralucent;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

/* Logo Styles */
img.custom-logo {
    width: 100%;
    height: auto;
    max-height: 55px;
}

/* Navigation Menu Styles */
.nav .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #efefef;
    width: 100%;
    list-style: none;
    margin: 0;
    z-index: 9;
}

.menu ul {
    list-style: none;
    padding-left: 0;
}

.nav .menu-primary-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav .menu li {
    padding: 32px 0;
}

.nav .menu li li {
    padding: 10px 38px 10px 38px;
    text-align: left;
}

.nav .menu a {
    color: #000;
    font-family: Paralucent;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.nav .menu a:hover {
    color: #221d17;
}

.nav .menu li.menu-button a {
    background: #007cba;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #007cba;
    margin-left: 12px;
}
.nav .menu li.menu-secondary-button a {
    padding: 12px;
    color: #007cba;
    border-radius: 5px;
    border: 2px solid #007cba;
    margin-left: 12px;
    font-weight: 600;
}

.nav .sub-menu {
    display: none; /* Default hidden */
    background-color: #efefef;
    width: auto;
    padding: 0;
    list-style: none;
    margin: 0;
    min-width: 150px;
    z-index: 9;
    margin-top: -10px;
}

.nav .sub-menu a {
    padding: 1rem;
    text-align: left;
}

/* Hover Effects for Desktop Sub-menus */
.nav .menu-item-has-children:hover > .sub-menu {
    display: flex;
    top: 100%; /* For desktop */
}

/* Responsive Styles */
@media (min-width: 768px) {
    .nav .menu {
        display: flex;
        flex-direction: row;
        position: static;
        width: auto;
        background-color: transparent;
        padding: 0;
        list-style: none;
    }

    .nav .menu-primary-container {
        flex-direction: row;
    }

    .nav .menu a {
        padding: 0 1rem;
        width: auto;
    }

    .hamb {
        display: none;
    }

    .nav .sub-menu {
        position: absolute;
        top: 100%;
        width: auto;
    }

    .nav .menu-item-has-children:hover > .sub-menu {
        display: flex;
    }

    .sub-menu-toggle {
        display: none;
    }
    /* Sub-menu Styles */
    .nav .menu-item-has-children > a::after {
        content: '\25B6';
        font-size: 8px;
        transform: rotate(90deg);
        display: inline-block;
        width: 5px;
        height: 5px;
        /* background-image: url(img/arrow-down-icon.svg); */
        background-repeat: no-repeat;
        margin-left: 12px;
    }
}

@media (max-width: 767px) {
    header #menu-item-272, header #menu-item-273, header #menu-item-273, header #menu-item-274{
    display: block;
    }
    .header-wrap {
        padding: 0 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #primary-menu li {
        width: 90%;
        margin: 0 auto;
    }

    .hamb {
        display: block;
        margin-left: auto; /* Ensures the hamburger menu is pushed to the right */
    }

    .nav .menu {
        display: none; /* Mobile menu hidden by default */
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #efefef;
        width: 100%;
        list-style: none;
        margin: 0;
        z-index: 9;
    }
    .nav .menu li li {
        padding: 64px 0 0;
    }
    ul.sub-menu li {
        margin: 0 18px;
    }
    .nav .menu-primary-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .side-menu:checked ~ .nav .menu {
        display: flex; /* Show menu when hamburger is clicked */
    }

    .side-menu:checked ~ .nav .menu .sub-menu {
        display: flex; /* Show sub-menus on mobile when the menu is open */
        flex-direction: column;
    }

    .nav .menu-item-has-children > .sub-menu {
        display: none; /* Hide sub-menus by default on mobile */
    }

    .side-menu:checked ~ .nav .menu .menu-item-has-children > .sub-menu {
        display: flex; /* Show sub-menus when the hamburger menu is clicked */
    }
     .nls-subtitle {
        font-size: 24px !important;
    }
    .nls-title {
        font-size: 45px !important;
    }
    .nls-desc {
        font-size: 18px !important;
    }
}

/* Hamburger Menu Styles */
.header .hamb {
    cursor: pointer;
    padding: 40px 20px;
}

.header .hamb-line {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    width: 32px;
}

.header .hamb-line::before,
.header .hamb-line::after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

.header .hamb-line::before {
    top: 10px;
}

.header .hamb-line::after {
    top: -10px;
}

/* Checkbox Styles for Hamburger Menu */
.header .side-menu {
    display: none;
}

.header .side-menu:checked ~ nav {
    max-height: 100%;
}

.header .side-menu:checked ~ .hamb .hamb-line {
    background: 0 0;
}

.header .side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.header .side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}

/* Checkbox Checked Styles */
.side-menu:checked ~ .nav .menu {
    display: flex;
}

/* footer */
#footer {
    background-color: #fff;
}

.footer-wrapper {
    padding: 12px;
    color: #fff;
    max-width: 1400px;
    margin: auto;
    width: 90%;
}
footer ul.menu {
    justify-content: center;
}
footer img.custom-logo {

    max-height: 100px;
}
div#copyright {
    border-top: 2px #CFE4F2 solid;
    padding: 60px 0;
    margin-top: 60px;
    text-align: center;
    color: #000;
}

footer ul.top-menu-contacts a {
    color: #0E76BC;
}

footer ul.top-menu-contacts {
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
footer .top-menu-contacts li {
    padding-left: 0px;
    margin-bottom: 24px;
}
footer .linkedin {
    flex-direction: row-reverse;
    gap: 5px;
}
footer .call::before {
    background-image: url(img/phone-icon-footer.svg);
   
}
footer .linkedin::after {
    background-image: url(img/linkedin-icon-footer.svg);
}
footer .mail::before {
    background-image: url(img/mail-icon-footer.svg);
}
footer .location::before {
    background-image: url(img/location-icon.svg);
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 8px;
}

footer li.location a {
    color: #000;
}

/* Freeze scrolling */
.no-scroll {
    overflow: hidden;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
}
.modal-sidebar {
    background: rgba(14, 118, 188, 0.10);

}
.modal-close-wrap {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
    margin-top: 5%;
}
.modal-content {
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
    border-top: 10px #0E76BC solid;
}

.red .modal-content  {
    border-top: 10px #D65780 solid;
}

.modal-wrap {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.modal-wrap {
    display: flex;
    gap: 20px; /* Adjust this value if you want more/less space between the columns */
    align-items: stretch; /* Ensures both columns have the same height */

}

.modal-col {
    flex: 1; /* This ensures the main content takes up the remaining space */
}

.modal-sidebar {
    flex: 0 0 210px; /* Fixed width for the sidebar */
}

.modal.red .nls-title {
    color: #D65780;
}
.modal.red span.span-title-1 {
    color: #D65780;
}
.modal-col {
    padding: 64px 48px;
    color: #000;
}
.modal li {
    margin-bottom: 15px;
    color: #000;
    /* font-family: Inter; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}
.modal ul {
    list-style: disc;
    margin-left: 22px;
}
.modal ::marker {
    color: #0E76BC;
}

.modal.red ::marker {
    color: #D65780;
}

.modal span.span-title-1 {
    color: #0E76BC;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}
.modal .nls-title {
    color: #0E76BC;
    font-family: var(--secondary-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
p.sidebar-desc {
    margin: 0;
}
p.sidebar-maintitle {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

p.sidebar-subtitle {
    color: #0E76BC;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.9px;
}
.red p.sidebar-subtitle {
    color: #D65780;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.9px;
}
p.sidebar-title {
    margin: 0;
}
p.sidebar-desc {
margin-bottom: 22px;
}
p.modal-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 0; /* 35.998px */
    margin-top: 30px;
}

p.module-title {
    color: #0E76BC;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}

p.module-desc {
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
margin-bottom: 22px;
}

.modal .nls-primary-button {
    background-color: #0E76BC;
}
.modal.red .nls-primary-button {
    background-color: #D65780;
}

.close {
    float: right;
    margin-bottom: 22px;
    width: 35px;
}
.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

main#primary {
    margin-bottom: -18px;
}

.menu-item-has-children:hover > .mega-menu {
    visibility: visible;
    opacity: 1;
}

.mega-menu-image {
    max-width: 200px!important;
    height: auto;
    margin: 10px 0;
}

.sub-menu > li {
    margin: 0 20px;
}
.mega-menu-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    padding: 32px 0;
}

.nav .menu li li {
    padding: 10px 38px 10px 38px;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
dd, li {
    margin-bottom: 0px;
}
.sub-menu.mega-menu {
    width: 100%;
    left: 0;
    background-color: rgba(250, 245, 239, 0.9);
}
.nav .sub-menu.mega-menu a {
    padding: 0 1rem;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.resources-text, .resources-cta {
    max-width: 1200px;
    margin: 0 auto;
}
.resources-text-wrapper, .resources-cta-wrapper {
    max-width: 760px;
}

.resources-cta-wrapper {
      border-radius: 30px;
background: rgba(214, 87, 128, 0.10);
}

.resources-cta-text {
  padding: 50px;
  margin-bottom: 50px;
}

.resources-cta-text button {
    border-radius: 28px;
    background: #D65780;
    border: none;
    color: white;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 300;
}
.resources-cta-text button:hover {
    cursor: pointer;
}
.page-id-18 #gform_fields_2 .gform-theme--foundation .gfield .ginput_password.large, .page-id-18 .gform-theme--foundation .gfield input.large, .page-id-18 .gform-theme--foundation .gfield select.large{
    width: 100% !important;
}
.page-id-18 input, .page-id-18 textarea {
    font-weight: 500 !important;
    color: #8a96a0 !important;
}
.resources-cta-text p {
    color: #D65780;
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: 34px; /* 141.667% */
margin-top: 0px;
margin-bottom: 20px;
}

.about-author-block .author-button {
    text-align: start;
    margin-left: 10px;
    margin-top: 30px;
}

.about-author-block .author-button a {
    border-radius: 28px;
    background: #306BAC;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 30px;
}

.share-link {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    gap: 20px;
    color: #2E64A2;
    font-weight: 600;
}
.linkedin-logo {
    width: 25px;
}
.page-id-18 .wp-block-custom-general-block-g{
    background-color: #75A6D6 !important;
}
#gform_submit_button_2{
    background: white;
    color: #0E76BC;
    border-radius: 28px;
    height: 56px;
    width: 141.894px;
    font-size: 18px;
}
#gform_fields_2 .gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large{
}
.ginput_container.ginput_container_textarea .textarea.large{
    border-radius: 28.5px !important;
    min-block-size: auto !important;

}
/* Target the textarea by its ID or class */
.ginput_container.ginput_container_textarea #input_2_5::placeholder {
    text-align: left; /* Align the placeholder text to the left */
    color: #8a96a0 !important;

}

.ginput_container.ginput_container_textarea .textarea {
    text-align: left; /* Make sure the text itself is aligned to the left */
    color: #8a96a0 !important;
    font-size: 18px;
    font-weight: 300;
    padding: 16px 32px;
}
#gform_wrapper_2 .gform_description{
    font-weight: 300;
}
.page-id-18 .wp-block-custom-hero-block-banner{
    background-position: center;
    background-position-y: 20%;
    background-size: cover;
    background-color: none !important;
}

@media (min-width: 1000px){
    .page-id-18 .wp-block-custom-hero-block-banner{
        min-height: 600px;
    }
}

.resources.nls-latest-posts-block.nls-block {
    background-image: url(https://wekworks.com/wp-content/uploads/2024/10/waves7.png);
}

.resources .custom-post-display-editor {
    padding-top: 10%;
}
.resources .custom-post-display-editor h3 {
    text-align: center;
    color: black;
    font-size: 34px;
}
.page-id-18 .gform_description{
    margin: 50px 0 !important;
}

.nls-block-wrapper .nls-keyword {
    opacity: 0;
    transition: opacity 0.5s ease; /* Optional: For a smooth transition */
}

@media (min-width: 768px) {
    #menu-item-237, #menu-item-236, #menu-item-234 {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .top-banner {
        display: none !important;
    }
}
.nls-hero-banner-title{
    font-family: 'Paralucent';
    font-weight: 300;
    font-size: 70px;
}
.wp-block-custom-hero-block-banner.nls-hero-banner-a.primary.remove-margin-both{
    position: relative;
}

.wp-block-custom-hero-block-banner.nls-hero-banner-a.primary.remove-margin-both::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(24 24 24 / 40%); /* Adjust the color and opacity for your shadow */
    pointer-events: none; /* Makes sure the overlay doesn't interfere with click events */
}
.abundance-content .subtitle, .abundance-content .author{
    font-family: 'Paralucent', Arial, sans-serif;
}

@media (max-width: 768px) {
    .nls-latest-posts-block .nls-block-container {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px;
    }
    .nls-title-span-1{
        font-size: 60px;
    }
    .nls-title-span-2 {
        font-size: 30px;
    }
    .resources.nls-latest-posts-block.nls-block {
        background-size: cover;
        background-color: white;
    }
    .resources-text-wrapper {
        padding-top: 110px;
        width: 90%;
        margin: 0 auto;
    }
    .wp-block-custom-cta-block.nls-block.nls-cta-block.default.none {
        width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 1367px) {
    .resources {
        background-size: cover;
    }
}

#linkedin-share-button:hover {
    cursor: pointer;
}

#custom-resources h2 {
    font-family: 'Paralucent', Arial, sans-serif !important;
}

#about-us .nls-primary-button {
    background-color: #0E76BC !important;
}
/* Modal Background */
#read-bio .modal-background {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Container */
  #read-bio .modal-container {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 8px;
  }
  
  /* The Close Button */
  #read-bio .close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  #read-bio .close-button:hover,
  #read-bio .close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Profile Image */
  #read-bio .profile-image {
    float: left;
    width: 100px; /* You can adjust the size */
    height: 100px; /* Maintain the aspect ratio */
    border-radius: 50%; /* Circular image */
    margin-right: 20px;
  }
  
  /* Profile Info Styling */
  #read-bio .profile-info h1, #read-bio .profile-info h2 {
    color: #333;
    margin: 0;
  }
  #read-bio .profile-info h1{
    font-family: 'Paralucent' !important;
    font-weight: 300;
    margin-bottom: 20px;
  }
  #read-bio .profile-info p {
    line-height: 1.5;
    color: #666;
  }
  
  /* Social Media Links */
  #read-bio .social-media a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #007bff; /* Bootstrap primary color for example */
    border: none;
  }
  
  #read-bio .social-media .linkedin-icon {
    background-color: #0077b5;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
  }
  
  #read-bio .social-media .email-icon {
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 600px) {
    #read-bio .modal-container {
      width: 90%;
      margin: 10% auto;
    }
    #read-bio .profile-image {
      width: 80px;
      height: 80px;
    }
  }
  /* General Body Style */

/* Modal Background */
/* Modal Background */
#modal-id{
    display: none;
}
#modal-id .modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Close Button Positioned Outside the Modal */
#modal-id .close-button {
    position: fixed;
    top: 20px;
    right: 20px;
    border: none;
    background: none;
    font-size: 32px;
    cursor: pointer;
    color: #ffffff;
    z-index: 1001; /* Ensure it appears above the modal */
}

/* Modal Container */
#modal-id .modal-container {
    background-color: #ffffff;
    width: 770px;
    max-width: 90%;
    height: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    overflow: hidden; /* Ensure content doesn't overflow the modal */
}

/* Profile Section */
#modal-id .profile {
    display: flex;
    height: 100%;
    width: 100%;
}

/* Left Column: Profile Image */
#modal-id .profile-image-wrapper {
    height: 100%;
    width: 200px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

#modal-id .profile-image-wrapper img {
    height: 95%;
    margin-left: 10px;
    border-radius: 0 !important;
    object-fit: cover;
}

/* Middle Column: Profile Info */
#modal-id .profile-info {
    flex: 1;
    padding: 50px 40px;
    overflow-y: auto; /* Allow scrolling within text */
    color: #333;
}

#modal-id .profile-info h1 {
    font-family: 'Paralucent', sans-serif !important;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #d65780 !important;
    font-size: 24px;
}

#modal-id .profile-info h1 .title {
    font-style: italic;
}

#modal-id .profile-info h2 {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    margin-top: 5px;
}

#modal-id .profile-info p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

/* Right Column: Social Media Icons */
#modal-id .social-media {
    width: 50px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    margin-top: 50px;
}

#modal-id .social-media-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#modal-id .social-media-wrapper img {
    width: 35px;
    margin-bottom: 10px;
}

#modal-id .social-media-wrapper img:last-child {
    margin-bottom: 0;
}
#modal-id  .profile-image-wrapper img{
    width: 100% !important;
}
#modal-id .modal-container{
    padding: 0 !important;
}
#modal-id .close-button{
    color: #d65780 !important;
}
/* Responsive Design */
@media (max-width: 768px) {
    /* Make Modal Full Screen on Mobile */
    #modal-id .modal-container {
        flex-direction: column;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
    }
    .modal-wrap {
        display: block !important;
    }
    .nls-general-block-d span.nls-title-span-1 {
        font-size: 40px !important;
    }
    .nls-title-span-2 {
        font-size: 20px !important;
    }

    /* Adjust Profile Section */
    #modal-id .profile {
        flex-direction: column;
        overflow-y: auto;
    }

    /* Adjust Image */
    #modal-id .profile-image-wrapper {
        width: 100%;
        height: auto;
        margin-left: 0;
        padding: 20px 0;
    }

    #modal-id .profile .profile-image-wrapper img{
        width: 50% !important;
        height: auto;
        margin: 0 auto;
        width: 75% !important;

    }

    /* Adjust Profile Info */
    #modal-id .profile-info {
        padding: 20px;
    }

    /* Adjust Social Media Icons */
    #modal-id .social-media {
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
    }

    #modal-id .social-media-wrapper {
        flex-direction: row;
        align-items: center;
    }

    #modal-id .social-media-wrapper img {
        margin: 0 10px;
    }

    /* Hide Close Button on Mobile (Optional) */
    #modal-id .close-button {
        top: 10px !important;
        right: 10px !important;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .modal-container {
        height: 100% !important;
        width: 100% !important;
        border: none;
        padding: 0 !important;
    }
    .modal-container.content {
        margin: 0px !important; 
    }
    .wp-block-custom-general-block-g {
        background-size: cover !important;
    }
}
#primary-menu a{
    cursor: pointer !important;
}
footer .menu-item-272{
    display: none;
}
footer .menu-item-273{
    display: none;
}
footer .menu-item-274{
    display: none;
}
.nls-title .nls-item-title-span-1, .nls-title .nls-item-title-span-3{
    font-family: 'Paralucent' !important;
}

.custom-post-display-item img{
    max-height: 200px;
}
header .menu-item-272{
    display: none;
}
header .menu-item-273{
    display: none;
}
header .menu-item-274{
    display: none;
}
.social-media-wrapper a{
    margin-right: 0 !important;
}
#oneonone .nls-title{
    font-family: 'Paralucent' !important;
}
#cohort .nls-title{
    font-family: 'Paralucent' !important;
}
.LeadYourWay {
    justify-content: center !important;
}
.LeadYourWay .nls-block-container{
    margin: 0 auto !important;
}
.LeadYourWay .nls-block-wrapper{
    justify-content: center !important;
}
.LeadYourWay .nls-block-content{
    margin: 0 auto !important;
}
.ExperienceRenewed .nls-block-container{
    float: right !important;
}
.nav .menu a:hover{
	color: #0E76BC;
}
.top-menu-contacts a:hover{
	text-decoration: underline;	
}
.nls-hero .nls-hero-cta-wrapper .nls-primary-button:hover{
	background: #ab4264;
}
.wp-block-custom-general-block-b.nls-block .nls-primary-button:hover{
	background: #0e76bc !important;
	color: white !important;
}
.wp-block-custom-general-block-d .nls-block-content.red .nls-primary-button:hover{
	background: #ab4264;
}
.wp-block-custom-general-block-d .nls-block-content.blue .nls-primary-button:hover{
	background: #0d588b;
}
#about-us .nls-hero-cta-wrapper .nls-primary-button:hover{
	background: #0d588b !important;
}

.gform_footer #gform_submit_button_1:hover{
	background: #0e76bc !important;
	color: white !important;
}
#oneonone .nls-primary-button:hover{
	background: #ab4264;
}
#cohort .nls-primary-button:hover{
	background: #0d588b;
}
.resources-cta-wrapper .resources-cta-text button:hover{
	background: #ab4264;
}
.outer-wrapper .back-button:hover{
		background: #0d588b;
}
.gform_footer #gform_submit_button_2:hover{
	background: #0e76bc !important;
	color: white !important;
}
.wp-block-custom-cta-block .you-will-learn .nls-block-text-wrap .nls-desc{
    font-weight: 400 !important;
}
#custom-resources .custom-post-display-item{
    max-width: 320px;
}
.single .custom-post-display-item{
    max-width: 320px;
}
.single .resources-text-wrapper li{
    margin-bottom: 8px;
    line-height: 1.5;
}
.single .resources-text-wrapper li::marker {
    font-weight: bold;
}
.wp-block-custom-hero-block .nls-desc {
line-height: 1.3;
margin-top: 0px;
font-size: 28px;
}

.wp-block-custom-cta-text-only .nls-main-title {
    font-size: 70px;
    text-align: center;
    font-weight: 400;
    color: white;
}

.wp-block-custom-cta-text-only .nls-list-container {
    display: flex;
    justify-content: space-between;
}

.wp-block-custom-cta-text-only .nls-list-item {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 20px;
    width: 60%;
    margin: 0 auto;
}
.wp-block-custom-cta-text-only {
    background: #0E76BC;
    margin-bottom: 0px;
}
.wp-block-custom-cta-text-only .nls-block.nls-cta-list-block.wrapper {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
.wp-block-custom-cta-text-only .nls-list-item {
    position: relative;
    padding-left: 30px; /* Space for the checkmark */
    margin-bottom: 10px;
    font-size: 24px; /* Adjust font size as needed */
    line-height: 1.6; /* Improve readability */
    color: white;
}

.wp-block-custom-cta-text-only .nls-list-item::before {
    content: '\2713'; /* Unicode for checkmark */
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
    font-size: 24px; /* Adjust size to match text */
    color: #fff; /* Change to desired checkmark color */
    width: 20px; /* Circle size */
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}

.wp-block-custom-general-block-g {
    background-size: cover;
}


@media (max-width: 768px) {
    .wp-block-custom-cta-text-only .nls-list-container {
        display: block;
    }
    .wp-block-custom-cta-text-only .nls-main-title {
        font-size: 40px;
    }
    .wp-block-custom-cta-text-only .nls-list-item {
        font-size: 16px;
    }
    .nls-general-block-f .nls-block-wrapper {
        padding-top: 20px;
    }
    #custom-resources .custom-post-display-item {
        margin: 0 auto;
    }
    .wp-block-custom-general-block-g #gform_1 {
        width: 100% !important;
    }
}


.wp-block-custom-general-block-g #gform_1 {
    width: 45%;
    margin: 0 auto;
}

.logo-wrapper {
    display: flex;
    justify-content: start;
    text-align: center;
    align-items: center;
    width: 40%;
}

.logo-wrapper span {
    font-size: 18px;
    border-left: 2px solid #E5EDF5;
    padding-left: 15px;
    color: black;
}

.logo-wrapper img {
    margin-bottom: 10px;
    max-height: 45px;
}

.top-banner {
    display: none;
}


.custom-contact-block {
    display: flex;
    background-color: #bad5eb;
    padding: 20px;
    border-radius: 8px;
    gap: 15%;
}

.custom-contact-block .contact-text {
    flex: 1;
    color: #333;
}

.custom-contact-block .contact-text h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.custom-contact-block .contact-text p {
    margin: 5px 0;
    font-weight: 500;
}

.custom-contact-block .contact-form {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}


.wp-block-custom-contact-block .custom-contact-block {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.custom-contact-block .contact-text {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.custom-contact-block .heading-wrapper h2 {
    font-size: 50px;
    margin-bottom: 10px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 20px;
}

.wp-block-custom-contact-block .contact-info {
background: #0E76BCBF;
    border-radius: 30px;
    padding: 30px;
    color: white;
}
.contact-info img {
    width: 20px !important;
    padding-right: 10px;
}
.contact-info a {
    color: white !important;
    text-decoration: none !important;
}
.contact-info h2 {
    margin-top: 0px;
    font-size: 18px !important;
    color: white;
    margin-bottom: 15px !important;
    font-weight: 500 !important;
}
.custom-contact-block .gform-footer.gform_footer.top_label {
    justify-content: start;
}

#gform_submit_button_2 {
  background-color: #D65780 !important;  
  color: white !important;
}

#gform_fields_2 {
    row-gap: 20px !important;
}
.custom-contact-block .gform_title {
    font-size: 28px;
}
#gform_fields_2 input, #gform_fields_2 textarea {
    background: #E5EDF5 !important;
    border: none;
}

@media (max-width: 768px) {
    .custom-contact-block {
        display: block;

    }
    .custom-contact-block .contact-text {
        margin-bottom: 30px;
    }
}

.contact-info p {
    margin-bottom: 20px !important;
}
input::placeholder {
    font-family: 'Paralucent', Arial, sans-serif !important;
}

.current-menu-item a {
    color: #0E76BC !important;
}


a.custom-logo-link:focus {
    outline: none;
}


.nls-keyword {
    opacity: 0; /* Ensure elements are hidden initially */
    transition: opacity 1s ease-in-out; /* Optional if using keyframe animations */
}

/* Keyframe animations that are only triggered by adding the 'animate' class */
.nls-keyword.animate.blue {
    animation: fadeIn 1s ease-in forwards;
}

.nls-keyword.animate.red {
    animation: fadeIn 1s 1s ease-in forwards; /* Delays the start of the animation */
}

.nls-keyword.animate.black {
    animation: fadeIn 1s 2s ease-in forwards; /* Further delays the start */
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


@media (max-width: 767px) {
    .custom-logo-link, .logo-wrapper span {
        display: none;
    }
    .wp-block-custom-hero-block .nls-desc br {
        display: none;
    }
    .logo-footer img {
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    .logo-menu {
        display: none;
    }
}


@media (max-width: 1100px) {
    .nav .menu a {
        font-size: 16px;
    }
    .logo-wrapper span {
        font-size: 16px;
    }
    .logo-wrapper {
        justify-content: start;
        flex: 1;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .logo-wrapper img {
        width: 50%;
    }
}

@media (max-width: 479px) {
     .logo-wrapper img {
        width: 70%;
    }
}